New make target for Windows platform: make dist (bug#6602)
authorChristoph Scholtes <cschol2112@gmail.com>
Sat, 24 Jul 2010 13:35:31 +0000 (15:35 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 24 Jul 2010 13:35:31 +0000 (15:35 +0200)
commit21e26d26ab50236e8bf6e6a4ffa01e6ab3c1d5b1
tree84f376578a47d4f21e4313f5e7e47efb9f83f739
parent95b47d8b99a948108eee0c8412cd12933fba1542
New make target for Windows platform: make dist (bug#6602)
* admin/admin.el: Write version number to nt/makefile.w32-in.
* admin/nt/makedist.bat: Remove; replaced with `zipdist.bat'
  in the nt/ directory.
* admin/nt/README.W32: Relocate to nt/ directory.
* etc/NEWS: Document new --distfiles configure.bat option and
  `dist' make target on Windows.
* nt/INSTALL: Document new dist target and add section about
  creating binary distributions.
* nt/configure.bat: New parameter `--distfiles'.
* nt/makefile.w32-in: Add version number, new target `dist'.
  Add new target `install-shortcuts'.
* nt/zipdist.bat: New file; create zipped binary distribution,
  replaces admin/nt/makedist.bat.
12 files changed:
admin/ChangeLog
admin/admin.el
admin/nt/README.W32 [deleted file]
admin/nt/makedist.bat [deleted file]
etc/ChangeLog
etc/NEWS
nt/ChangeLog
nt/INSTALL
nt/README.W32 [new file with mode: 0644]
nt/configure.bat
nt/makefile.w32-in
nt/zipdist.bat [new file with mode: 0644]